﻿2026-06-21T23:31:44.7166673Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T23:31:44.7167065Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T23:31:44.7167315Z [36;1m$PIN = "0c95435"[0m
2026-06-21T23:31:44.7167585Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T23:31:44.7167836Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T23:31:44.7168279Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T23:31:44.7168660Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T23:31:44.7168985Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T23:31:44.7169269Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T23:31:44.7169509Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T23:31:44.7169808Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:31:44.7170142Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T23:31:44.7170494Z [36;1m}[0m
2026-06-21T23:31:44.7170740Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T23:31:44.7170989Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:31:44.7250046Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T23:31:44.7250335Z ##[endgroup]
2026-06-21T23:31:47.4647031Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:31:47.4647355Z    Compiling quote v1.0.45
2026-06-21T23:31:47.4647574Z    Compiling unicode-ident v1.0.24
2026-06-21T23:31:47.4647794Z    Compiling cfg-if v1.0.4
2026-06-21T23:31:47.4648129Z    Compiling serde_core v1.0.228
2026-06-21T23:31:47.4648854Z    Compiling serde v1.0.228
2026-06-21T23:31:47.4649190Z    Compiling windows-link v0.2.1
2026-06-21T23:31:47.4649556Z    Compiling getrandom v0.3.4
2026-06-21T23:31:47.4649954Z    Compiling portable-atomic v1.13.1
2026-06-21T23:31:47.4650309Z    Compiling typenum v1.20.1
2026-06-21T23:31:47.4650782Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:31:47.4651248Z    Compiling version_check v0.9.5
2026-06-21T23:31:47.4652161Z    Compiling memchr v2.8.1
2026-06-21T23:31:47.4652528Z    Compiling shlex v2.0.1
2026-06-21T23:31:47.4653261Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:31:47.4653729Z    Compiling critical-section v1.2.0
2026-06-21T23:31:47.5475601Z    Compiling windows-sys v0.61.2
2026-06-21T23:31:47.5651650Z    Compiling subtle v2.6.1
2026-06-21T23:31:47.5959173Z    Compiling futures-core v0.3.32
2026-06-21T23:31:47.6075121Z    Compiling smallvec v1.15.1
2026-06-21T23:31:47.7171235Z    Compiling equivalent v1.0.2
2026-06-21T23:31:47.7481643Z    Compiling bytes v1.11.1
2026-06-21T23:31:47.8385823Z    Compiling itoa v1.0.18
2026-06-21T23:31:47.8662764Z    Compiling semver v1.0.28
2026-06-21T23:31:47.8835407Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:31:47.8924735Z    Compiling log v0.4.32
2026-06-21T23:31:47.9111895Z    Compiling futures-io v0.3.32
2026-06-21T23:31:47.9940418Z    Compiling futures-sink v0.3.32
2026-06-21T23:31:47.9980650Z    Compiling generic-array v0.14.7
2026-06-21T23:31:48.0597018Z    Compiling slab v0.4.12
2026-06-21T23:31:48.1238276Z    Compiling rustversion v1.0.22
2026-06-21T23:31:48.1636466Z    Compiling futures-task v0.3.32
2026-06-21T23:31:48.2133108Z    Compiling rustc_version v0.4.1
2026-06-21T23:31:48.2615261Z    Compiling futures-channel v0.3.32
2026-06-21T23:31:48.3583153Z    Compiling jobserver v0.1.34
2026-06-21T23:31:48.3837661Z    Compiling hashbrown v0.17.1
2026-06-21T23:31:48.4301091Z    Compiling getrandom v0.2.17
2026-06-21T23:31:48.4303718Z    Compiling cpufeatures v0.2.17
2026-06-21T23:31:48.5236376Z    Compiling fnv v1.0.7
2026-06-21T23:31:48.5334833Z    Compiling libc v0.2.186
2026-06-21T23:31:48.6122249Z    Compiling cc v1.2.63
2026-06-21T23:31:48.6368609Z    Compiling rand_core v0.10.1
2026-06-21T23:31:48.6576165Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:31:48.6659602Z    Compiling strsim v0.11.1
2026-06-21T23:31:48.6857919Z    Compiling writeable v0.6.3
2026-06-21T23:31:48.7965818Z    Compiling litemap v0.8.2
2026-06-21T23:31:48.8499809Z    Compiling autocfg v1.5.1
2026-06-21T23:31:48.8571921Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:31:48.9182875Z    Compiling fs_extra v1.3.0
2026-06-21T23:31:48.9641443Z    Compiling utf8_iter v1.0.4
2026-06-21T23:31:49.1096277Z    Compiling getrandom v0.4.2
2026-06-21T23:31:49.1383237Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:31:49.1843043Z    Compiling ident_case v1.0.1
2026-06-21T23:31:49.2097498Z    Compiling dunce v1.0.5
2026-06-21T23:31:49.3396576Z    Compiling indexmap v2.14.0
2026-06-21T23:31:49.3727804Z    Compiling syn v2.0.117
2026-06-21T23:31:49.4284180Z    Compiling percent-encoding v2.3.2
2026-06-21T23:31:49.4507022Z    Compiling http v1.4.1
2026-06-21T23:31:49.4941152Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:31:49.5046459Z    Compiling thiserror v2.0.18
2026-06-21T23:31:49.5347023Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:31:49.5484053Z    Compiling cpufeatures v0.3.0
2026-06-21T23:31:49.7569412Z    Compiling crypto-common v0.1.7
2026-06-21T23:31:49.8027537Z    Compiling scopeguard v1.2.0
2026-06-21T23:31:49.8098156Z    Compiling chacha20 v0.10.0
2026-06-21T23:31:49.8194381Z    Compiling block-buffer v0.10.4
2026-06-21T23:31:49.9490668Z    Compiling cmake v0.1.58
2026-06-21T23:31:49.9566335Z    Compiling lock_api v0.4.14
2026-06-21T23:31:49.9606335Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:31:49.9644462Z    Compiling winapi v0.3.9
2026-06-21T23:31:50.0510021Z    Compiling bitflags v2.12.1
2026-06-21T23:31:50.1022526Z    Compiling untrusted v0.9.0
2026-06-21T23:31:50.2264974Z    Compiling rand v0.10.1
2026-06-21T23:31:50.2974352Z    Compiling digest v0.10.7
2026-06-21T23:31:50.3312635Z    Compiling num-traits v0.2.19
2026-06-21T23:31:50.3314120Z    Compiling windows-strings v0.5.1
2026-06-21T23:31:50.3340335Z    Compiling windows-result v0.4.1
2026-06-21T23:31:50.3429351Z    Compiling heck v0.5.0
2026-06-21T23:31:50.3827874Z    Compiling rustls v0.23.40
2026-06-21T23:31:50.5172083Z    Compiling convert_case v0.10.0
2026-06-21T23:31:50.5469149Z    Compiling atomic-waker v1.1.2
2026-06-21T23:31:50.7549901Z    Compiling unicode-xid v0.2.6
2026-06-21T23:31:50.7728114Z    Compiling anyhow v1.0.102
2026-06-21T23:31:50.8351220Z    Compiling const-oid v0.10.2
2026-06-21T23:31:50.9140361Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:31:50.9171398Z    Compiling httparse v1.10.1
2026-06-21T23:31:50.9644370Z    Compiling zerocopy v0.8.50
2026-06-21T23:31:51.0791391Z    Compiling http-body v1.0.1
2026-06-21T23:31:51.1243947Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:31:51.1527653Z    Compiling ring v0.17.14
2026-06-21T23:31:51.3340568Z    Compiling hybrid-array v0.4.12
2026-06-21T23:31:51.3733594Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:31:51.4080614Z    Compiling ahash v0.8.12
2026-06-21T23:31:51.4157506Z    Compiling powerfmt v0.2.0
2026-06-21T23:31:51.5399540Z    Compiling base64ct v1.8.3
2026-06-21T23:31:51.5767706Z    Compiling either v1.16.0
2026-06-21T23:31:51.5988711Z    Compiling fastrand v2.4.1
2026-06-21T23:31:51.8399077Z    Compiling deranged v0.5.8
2026-06-21T23:31:51.9362987Z    Compiling rand_core v0.6.4
2026-06-21T23:31:52.0343967Z    Compiling num-conv v0.2.2
2026-06-21T23:31:52.1324401Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:31:52.1762643Z    Compiling vcpkg v0.2.15
2026-06-21T23:31:52.2562973Z    Compiling tower-service v0.3.3
2026-06-21T23:31:52.2598305Z    Compiling time-core v0.1.8
2026-06-21T23:31:52.3327643Z    Compiling try-lock v0.2.5
2026-06-21T23:31:52.4029509Z    Compiling zmij v1.0.21
2026-06-21T23:31:52.4490929Z    Compiling data-encoding v2.11.0
2026-06-21T23:31:52.4543361Z    Compiling base64 v0.22.1
2026-06-21T23:31:52.4606273Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:31:52.4906136Z    Compiling pkg-config v0.3.33
2026-06-21T23:31:52.5353280Z    Compiling tinyvec v1.11.0
2026-06-21T23:31:52.5557662Z    Compiling want v0.3.1
2026-06-21T23:31:52.8038297Z    Compiling parking_lot v0.12.5
2026-06-21T23:31:52.8133645Z    Compiling crypto-common v0.2.2
2026-06-21T23:31:52.8331524Z    Compiling block-buffer v0.12.0
2026-06-21T23:31:52.9336068Z    Compiling sha2 v0.10.9
2026-06-21T23:31:53.1006092Z    Compiling vergen-lib v9.1.0
2026-06-21T23:31:53.1121464Z    Compiling inout v0.1.4
2026-06-21T23:31:53.1589882Z    Compiling n0-future v0.3.2
2026-06-21T23:31:53.2104112Z    Compiling serde_json v1.0.150
2026-06-21T23:31:53.3181738Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:31:53.3320768Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:31:53.3636527Z    Compiling spin v0.10.0
2026-06-21T23:31:53.4401903Z    Compiling parking v2.2.1
2026-06-21T23:31:53.5357859Z    Compiling httpdate v1.0.3
2026-06-21T23:31:53.5629656Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T23:31:53.6009353Z    Compiling cordyceps v0.3.4
2026-06-21T23:31:53.6009910Z    Compiling signature v2.2.0
2026-06-21T23:31:53.7692910Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:31:53.8084942Z    Compiling winnow v1.0.3
2026-06-21T23:31:53.8878942Z    Compiling ed25519 v2.2.3
2026-06-21T23:31:53.9155449Z    Compiling digest v0.11.3
2026-06-21T23:31:53.9708954Z    Compiling futures-lite v2.6.1
2026-06-21T23:31:54.0355094Z    Compiling futures-buffered v0.2.13
2026-06-21T23:31:54.0918339Z    Compiling cipher v0.4.4
2026-06-21T23:31:54.1452431Z    Compiling universal-hash v0.5.1
2026-06-21T23:31:54.1505692Z    Compiling vergen v9.1.0
2026-06-21T23:31:54.1683880Z    Compiling vergen-lib v0.1.6
2026-06-21T23:31:54.2571351Z    Compiling noq-udp v0.10.0
2026-06-21T23:31:54.4385321Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:31:54.4463405Z    Compiling heapless v0.7.17
2026-06-21T23:31:54.5521930Z    Compiling synstructure v0.13.2
2026-06-21T23:31:54.5556267Z    Compiling darling_core v0.20.11
2026-06-21T23:31:54.5723576Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:31:54.6822921Z    Compiling byteorder v1.5.0
2026-06-21T23:31:54.6997722Z    Compiling opaque-debug v0.3.1
2026-06-21T23:31:54.7167788Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:31:54.7804650Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:31:54.8646683Z    Compiling hash32 v0.2.1
2026-06-21T23:31:54.8958251Z    Compiling polyval v0.6.2
2026-06-21T23:31:55.0795571Z    Compiling spin v0.9.8
2026-06-21T23:31:55.1849590Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:31:55.2437289Z    Compiling windows-threading v0.2.1
2026-06-21T23:31:55.3226986Z    Compiling ryu v1.0.23
2026-06-21T23:31:55.3498981Z    Compiling signature v3.0.0
2026-06-21T23:31:55.4107536Z    Compiling tower-layer v0.3.3
2026-06-21T23:31:55.4493293Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:31:55.4550994Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:31:55.6753980Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:31:55.6961888Z    Compiling ghash v0.5.1
2026-06-21T23:31:55.7845799Z    Compiling windows-targets v0.52.6
2026-06-21T23:31:55.7915837Z    Compiling aes v0.8.4
2026-06-21T23:31:55.8237919Z    Compiling ctr v0.9.2
2026-06-21T23:31:55.8987368Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:31:55.9277135Z    Compiling fs2 v0.4.3
2026-06-21T23:31:55.9870706Z    Compiling time v0.3.47
2026-06-21T23:31:56.0765785Z    Compiling http-body-util v0.1.3
2026-06-21T23:31:56.1087948Z    Compiling aead v0.5.2
2026-06-21T23:31:56.1899636Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:31:56.2865518Z    Compiling ipconfig v0.3.4
2026-06-21T23:31:56.4997594Z    Compiling widestring v1.2.1
2026-06-21T23:31:56.5302336Z    Compiling aes-gcm v0.10.3
2026-06-21T23:31:56.5520405Z    Compiling windows-sys v0.59.0
2026-06-21T23:31:56.5648086Z    Compiling socket2 v0.6.4
2026-06-21T23:31:56.5651727Z    Compiling mio v1.2.1
2026-06-21T23:31:56.7633165Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:31:56.8022500Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:31:57.1168679Z    Compiling blake3 v1.8.5
2026-06-21T23:31:57.2801948Z    Compiling serde_derive v1.0.228
2026-06-21T23:31:57.3676849Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:31:57.3689425Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:31:57.4020175Z    Compiling tokio-macros v2.7.0
2026-06-21T23:31:57.4574969Z    Compiling yoke-derive v0.8.2
2026-06-21T23:31:57.6373874Z    Compiling futures-macro v0.3.32
2026-06-21T23:31:57.6857034Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:31:58.1344276Z    Compiling zeroize v1.8.2
2026-06-21T23:31:58.1597202Z    Compiling displaydoc v0.2.6
2026-06-21T23:31:58.2236676Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:31:58.3418296Z    Compiling tokio v1.52.3
2026-06-21T23:31:58.4669139Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:31:58.5358472Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:31:58.7492033Z    Compiling futures-util v0.3.32
2026-06-21T23:31:58.8267437Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:31:58.9927911Z    Compiling darling_macro v0.20.11
2026-06-21T23:31:59.0532941Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:31:59.0888234Z    Compiling windows-implement v0.60.2
2026-06-21T23:31:59.1786338Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:31:59.7176460Z    Compiling spez v0.1.2
2026-06-21T23:31:59.9911185Z    Compiling darling v0.20.11
2026-06-21T23:31:59.9935899Z    Compiling windows-interface v0.59.3
2026-06-21T23:31:59.9976677Z    Compiling der v0.8.0-rc.10
2026-06-21T23:32:00.0031948Z    Compiling zerofrom v0.1.8
2026-06-21T23:32:00.0315208Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:32:00.0375446Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:32:00.1361466Z    Compiling postcard-derive v0.2.2
2026-06-21T23:32:00.1689849Z    Compiling n0-error v0.1.3
2026-06-21T23:32:00.3136629Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:32:00.4641982Z    Compiling yoke v0.8.3
2026-06-21T23:32:00.6211477Z    Compiling cobs v0.3.0
2026-06-21T23:32:00.6682653Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:32:00.8403869Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:32:01.0337907Z    Compiling zerovec v0.11.6
2026-06-21T23:32:01.0444196Z    Compiling zerotrie v0.2.4
2026-06-21T23:32:01.0488979Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:32:01.1267483Z    Compiling windows-core v0.62.2
2026-06-21T23:32:01.1590913Z    Compiling enum-assoc v1.3.0
2026-06-21T23:32:01.1958910Z    Compiling strum_macros v0.28.0
2026-06-21T23:32:01.5101225Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:32:01.6412683Z    Compiling pin-project v1.1.13
2026-06-21T23:32:01.6988677Z    Compiling async-trait v0.1.89
2026-06-21T23:32:01.8818700Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:32:01.8862914Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:32:01.9741659Z    Compiling windows-registry v0.6.1
2026-06-21T23:32:02.1063393Z    Compiling tinystr v0.8.3
2026-06-21T23:32:02.2246749Z    Compiling potential_utf v0.1.5
2026-06-21T23:32:02.3310424Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:32:02.3950701Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:32:02.4484867Z    Compiling icu_collections v2.2.0
2026-06-21T23:32:02.5159115Z    Compiling derive_builder v0.20.2
2026-06-21T23:32:02.5597181Z    Compiling windows-collections v0.3.2
2026-06-21T23:32:02.6615704Z    Compiling ipnet v2.12.0
2026-06-21T23:32:02.7549372Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:32:03.0702330Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:32:03.1354264Z    Compiling prefix-trie v0.8.4
2026-06-21T23:32:03.3406689Z    Compiling once_cell v1.21.4
2026-06-21T23:32:03.3800975Z    Compiling windows-future v0.3.2
2026-06-21T23:32:03.3801524Z    Compiling windows-numerics v0.3.1
2026-06-21T23:32:03.3837101Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T23:32:03.6661380Z    Compiling tracing-core v0.1.36
2026-06-21T23:32:03.7282110Z    Compiling chrono v0.4.45
2026-06-21T23:32:03.7323677Z    Compiling uuid v1.23.2
2026-06-21T23:32:03.7324352Z    Compiling derive_more v2.1.1
2026-06-21T23:32:04.0566322Z    Compiling hashbrown v0.14.5
2026-06-21T23:32:04.0584053Z    Compiling postcard v1.1.3
2026-06-21T23:32:04.1052844Z    Compiling icu_provider v2.2.0
2026-06-21T23:32:04.1833477Z    Compiling futures-executor v0.3.32
2026-06-21T23:32:04.2165032Z    Compiling tracing v0.1.44
2026-06-21T23:32:04.3315705Z    Compiling windows v0.62.2
2026-06-21T23:32:04.3881451Z    Compiling futures v0.3.32
2026-06-21T23:32:04.4291057Z    Compiling memoffset v0.6.5
2026-06-21T23:32:04.5067167Z    Compiling netwatch v0.16.0
2026-06-21T23:32:04.5167571Z    Compiling noq v0.18.0
2026-06-21T23:32:04.6171128Z    Compiling icu_properties v2.2.0
2026-06-21T23:32:04.7428390Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:32:04.7526833Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:32:05.0370635Z    Compiling acto v0.8.2
2026-06-21T23:32:05.0588883Z    Compiling hashlink v0.9.1
2026-06-21T23:32:05.1178249Z    Compiling lru-slab v0.1.2
2026-06-21T23:32:05.1396386Z    Compiling xml-rs v0.8.28
2026-06-21T23:32:05.1926430Z    Compiling thiserror v1.0.69
2026-06-21T23:32:05.2948888Z    Compiling rustc-hash v2.1.2
2026-06-21T23:32:05.3127830Z    Compiling identity-hash v0.1.0
2026-06-21T23:32:05.3970317Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:32:05.4521191Z    Compiling rusqlite v0.32.1
2026-06-21T23:32:05.4713035Z    Compiling mac-addr v0.3.0
2026-06-21T23:32:05.4959346Z    Compiling tagptr v0.2.0
2026-06-21T23:32:05.5220325Z    Compiling ref-cast v1.0.25
2026-06-21T23:32:05.5668561Z    Compiling foldhash v0.2.0
2026-06-21T23:32:05.6566581Z    Compiling netdev v0.42.0
2026-06-21T23:32:05.7503403Z    Compiling hashbrown v0.16.1
2026-06-21T23:32:05.7603128Z    Compiling moka v0.12.15
2026-06-21T23:32:05.8609886Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:32:05.9109477Z    Compiling iroh-relay v0.98.0
2026-06-21T23:32:05.9364769Z    Compiling strum v0.28.0
2026-06-21T23:32:06.0037466Z    Compiling num_enum v0.7.6
2026-06-21T23:32:06.0684720Z    Compiling toml_datetime v0.6.11
2026-06-21T23:32:06.0685239Z    Compiling serde_spanned v0.6.9
2026-06-21T23:32:06.1122698Z    Compiling tokio-util v0.7.18
2026-06-21T23:32:06.2879011Z    Compiling idna_adapter v1.2.2
2026-06-21T23:32:06.2932136Z    Compiling tower v0.5.3
2026-06-21T23:32:06.3136576Z    Compiling xmltree v0.10.3
2026-06-21T23:32:06.4632871Z    Compiling idna v1.1.0
2026-06-21T23:32:06.5615657Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:32:06.6891609Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:32:06.8567084Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T23:32:06.9682043Z    Compiling url v2.5.8
2026-06-21T23:32:07.1058742Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:32:07.3470041Z    Compiling simple-dns v0.9.3
2026-06-21T23:32:07.3672881Z    Compiling serial-core v0.4.0
2026-06-21T23:32:07.4180594Z    Compiling aho-corasick v1.1.4
2026-06-21T23:32:07.4221979Z    Compiling winreg v0.10.1
2026-06-21T23:32:07.4439772Z    Compiling toml_write v0.1.2
2026-06-21T23:32:07.6242588Z    Compiling h2 v0.4.14
2026-06-21T23:32:07.7065861Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:32:07.8078056Z    Compiling n0-watcher v0.6.1
2026-06-21T23:32:07.8772817Z    Compiling attohttpc v0.30.1
2026-06-21T23:32:07.8784066Z    Compiling tower-http v0.6.11
2026-06-21T23:32:08.0497649Z    Compiling iroh-base v0.98.0
2026-06-21T23:32:08.1173040Z    Compiling tokio-stream v0.1.18
2026-06-21T23:32:08.2938092Z    Compiling sha1_smol v1.0.1
2026-06-21T23:32:08.4619597Z    Compiling winnow v0.7.15
2026-06-21T23:32:08.6092420Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:32:08.6107453Z    Compiling arrayref v0.3.9
2026-06-21T23:32:08.6170816Z    Compiling resolv-conf v0.7.6
2026-06-21T23:32:08.6975312Z    Compiling smol_str v0.1.24
2026-06-21T23:32:08.7738582Z    Compiling regex-syntax v0.8.10
2026-06-21T23:32:08.9058234Z    Compiling simdutf8 v0.1.5
2026-06-21T23:32:08.9067598Z    Compiling arrayvec v0.7.6
2026-06-21T23:32:09.1306829Z    Compiling iroh-dns v0.98.0
2026-06-21T23:32:09.2844221Z    Compiling schemars_derive v1.2.1
2026-06-21T23:32:09.5451098Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T23:32:09.8009092Z    Compiling serial-windows v0.4.0
2026-06-21T23:32:10.8482454Z    Compiling lru v0.16.4
2026-06-21T23:32:10.9010210Z    Compiling webpki-roots v1.0.7
2026-06-21T23:32:11.1004671Z    Compiling regex-automata v0.4.14
2026-06-21T23:32:11.1543438Z    Compiling toml_edit v0.22.27
2026-06-21T23:32:11.1810709Z    Compiling seize v0.5.1
2026-06-21T23:32:11.3686388Z    Compiling darling_core v0.23.0
2026-06-21T23:32:11.5032340Z    Compiling serde_bytes v0.11.19
2026-06-21T23:32:11.7212272Z    Compiling hmac v0.12.1
2026-06-21T23:32:11.7330466Z    Compiling iroh v0.98.2
2026-06-21T23:32:11.8521077Z    Compiling hyper v1.10.1
2026-06-21T23:32:11.8584709Z    Compiling utf8parse v0.2.2
2026-06-21T23:32:11.9286334Z    Compiling dyn-clone v1.0.20
2026-06-21T23:32:11.9921310Z    Compiling lazy_static v1.5.0
2026-06-21T23:32:12.0599670Z    Compiling bitflags v1.3.2
2026-06-21T23:32:12.1268127Z    Compiling pin-utils v0.1.0
2026-06-21T23:32:12.1362215Z    Compiling cmov v0.5.4
2026-06-21T23:32:12.1591694Z    Compiling anstyle v1.0.14
2026-06-21T23:32:12.1599746Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T23:32:12.2118419Z    Compiling nix v0.25.1
2026-06-21T23:32:12.2502438Z    Compiling schemars v1.2.1
2026-06-21T23:32:12.2699975Z    Compiling shared_library v0.1.9
2026-06-21T23:32:12.3224217Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:32:12.3553490Z    Compiling hkdf v0.12.4
2026-06-21T23:32:12.4789712Z    Compiling anstyle-wincon v3.0.11
2026-06-21T23:32:12.5481187Z    Compiling ctutils v0.4.2
2026-06-21T23:32:12.5687558Z    Compiling papaya v0.2.4
2026-06-21T23:32:12.5882499Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:32:12.6453339Z    Compiling serial v0.4.0
2026-06-21T23:32:12.8593507Z    Compiling filedescriptor v0.8.3
2026-06-21T23:32:12.9992166Z    Compiling backon v1.6.0
2026-06-21T23:32:13.2281749Z    Compiling anstyle-query v1.1.5
2026-06-21T23:32:13.2553554Z    Compiling instability v0.3.12
2026-06-21T23:32:13.3393768Z    Compiling downcast-rs v1.2.1
2026-06-21T23:32:13.4115495Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:32:13.4528235Z    Compiling paste v1.0.15
2026-06-21T23:32:13.4851143Z    Compiling foldhash v0.1.5
2026-06-21T23:32:13.5474832Z    Compiling shell-words v1.1.1
2026-06-21T23:32:13.5577280Z    Compiling colorchoice v1.0.5
2026-06-21T23:32:13.6927605Z    Compiling hashbrown v0.15.5
2026-06-21T23:32:13.7536557Z    Compiling toml v0.8.23
2026-06-21T23:32:13.7630265Z    Compiling anstream v1.0.0
2026-06-21T23:32:13.7993971Z    Compiling portable-pty v0.8.1
2026-06-21T23:32:13.9365631Z    Compiling spake2 v0.4.0
2026-06-21T23:32:14.4069449Z    Compiling hyper-util v0.1.20
2026-06-21T23:32:14.4221419Z    Compiling regex v1.12.3
2026-06-21T23:32:14.4702727Z    Compiling strum_macros v0.26.4
2026-06-21T23:32:14.6016153Z    Compiling terminal_size v0.4.4
2026-06-21T23:32:14.7947146Z    Compiling crossterm_winapi v0.9.1
2026-06-21T23:32:14.9372128Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T23:32:15.0705861Z    Compiling itertools v0.13.0
2026-06-21T23:32:15.2556289Z    Compiling sha1 v0.10.6
2026-06-21T23:32:15.2619095Z    Compiling castaway v0.2.4
2026-06-21T23:32:15.3638413Z    Compiling wmi v0.18.4
2026-06-21T23:32:15.4104821Z    Compiling clap_lex v1.1.0
2026-06-21T23:32:15.4199900Z    Compiling recvmsg v1.0.0
2026-06-21T23:32:15.4772294Z    Compiling static_assertions v1.1.0
2026-06-21T23:32:15.5461324Z    Compiling darling_macro v0.23.0
2026-06-21T23:32:15.5852984Z    Compiling unicode-width v0.1.14
2026-06-21T23:32:16.0820836Z    Compiling doctest-file v1.1.1
2026-06-21T23:32:16.0975930Z    Compiling indoc v2.0.7
2026-06-21T23:32:16.2503721Z    Compiling igd-next v0.17.1
2026-06-21T23:32:16.3256516Z    Compiling darling v0.23.0
2026-06-21T23:32:16.4210573Z    Compiling compact_str v0.8.2
2026-06-21T23:32:16.5946239Z    Compiling clap_builder v4.6.0
2026-06-21T23:32:16.6818405Z    Compiling interprocess v2.4.2
2026-06-21T23:32:17.4058093Z    Compiling strum v0.26.3
2026-06-21T23:32:17.4900090Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T23:32:17.5368084Z    Compiling crossterm v0.28.1
2026-06-21T23:32:17.6052761Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:32:17.6482759Z    Compiling lru v0.12.5
2026-06-21T23:32:17.7434984Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T23:32:17.8560113Z    Compiling clap_derive v4.6.1
2026-06-21T23:32:18.0882628Z    Compiling unicode-width v0.2.0
2026-06-21T23:32:18.2289653Z    Compiling portmapper v0.16.0
2026-06-21T23:32:18.5567683Z    Compiling error-code v3.3.2
2026-06-21T23:32:18.6028122Z    Compiling cassowary v0.3.0
2026-06-21T23:32:18.8229731Z    Compiling clipboard-win v5.4.1
2026-06-21T23:32:18.8489571Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:32:19.2198005Z    Compiling ratatui v0.29.0
2026-06-21T23:32:19.2331193Z    Compiling qrcode v0.14.1
2026-06-21T23:32:19.4111860Z    Compiling tempfile v3.27.0
2026-06-21T23:32:20.3443387Z    Compiling clap v4.6.1
2026-06-21T23:32:34.2955882Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:32:37.6616813Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:32:37.6617140Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:32:37.6617383Z    Compiling noq-proto v0.17.0
2026-06-21T23:32:37.8625603Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:32:37.8626247Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:32:37.8626625Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:32:38.0824349Z    Compiling reqwest v0.13.4
2026-06-21T23:32:39.1655456Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:32:57.7936486Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T23:32:59.3452840Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T23:33:08.8430230Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T23:33:17.4026771Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-21T23:33:17.4272689Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T23:33:17.4875178Z 
2026-06-21T23:33:17.4875619Z running 1 test
2026-06-21T23:33:24.7998516Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:33:24.7998921Z 
2026-06-21T23:33:24.7999253Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.31s
2026-06-21T23:33:24.7999696Z 
